@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
.Header-wrapper{background-size: 75% 100% !important;width: 100%;position:relative;background:url(../images/nav.jpg) no-repeat center right #fff;left: 0;top: 0;z-index: 99999;float:left;height: 100px;}
.Header-wrapper:after{display: none;content: "";width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;z-index: 99;}
.Header-container{width: 100%;padding: 0 100px;}
.winter .Header-navbarbox{display: block !important;}

.Header-logo{float: left;position: relative;z-index: 999;background: #fff;height: 100px;}
.Header-logo a{height: 90px;line-height: 90px;float: left;user-select: none;display: flex;align-items: center;}
.Header-logo a img{display: block;}
.topSeach { float: right;margin-top: 29px; height: 42px; width: 230px; position: relative; }
.topSeach input {outline: none; line-height: 40px; height: 42px; width: 230px; border: 1px solid rgba(255,255,255,0.3); padding: 0px 20px 0px 20px; border-radius: 1.8em; background: none; color: #fff; }
.topSeach button { background: url(../images/search.png) no-repeat center center; display: inline-block; height: 30px; width: 30px; border-width: 0px; border-style: none; position: absolute; top: 5px; right: 5px; cursor: pointer; }
.topSeach input::placeholder{color:#fff;}
.Header-search{float: right;display: none;}
.Header-search-click{width: 48px;height: 90px;background:url(../images/search.png) no-repeat center center;cursor: pointer;user-select: none;}
.Header-search-click.ontrue{background:url(../images/close.png) no-repeat center;}



@media all and (max-width:1440px) {
   .Header-search{display:block}
   .topSeach{display:none}
}









.Header-navbar{float: right;margin-right: 20px;font-size: 0;}
.Header-navbar li{display: inline-block;position: relative;}
.Header-Menu{font-weight: normal;display: block;height: 100px;min-width: 104px;text-align: center;line-height: 100px;font-size: 16px;color: #fff;transition: all .2s ease;position: relative;}
.Header-Menu:after{content: "";position: absolute;width: 100%;height: 0;bottom: 0;left: 0;transition: all .2s ease;z-index: -1;}
.Header-navbar ul li.ontrue .Header-Menu, .Header-navbar ul li:hover .Header-Menu{color: #fff;}
.Header-navbar ul li.ontrue .Header-Menu:after, .Header-navbar ul li:hover .Header-Menu:after{height: 100%;}

.Header-search-message{width: 100%;height: 90px;position: absolute;z-index: 99;background: #fff;right: 0;top: 0;display: none;}
.Header-search-words{width: 100%;padding: 0 100px;}
.Header-search-wordsform{float: right;height: 90px;line-height: 90px;font-size: 0;}
.Header-search-submit{width: 48px;height: 90px;background: url('../images/search.png') no-repeat center center;cursor: pointer;display: inline-block;vertical-align: middle;}
.Header-search-wordsform input{width: 580px;height: 40px;display: inline-block;vertical-align: middle;outline: none;border: none;font-size: 15px;color: #1a1a1a;margin-right: 40px;border-bottom: 1px solid #dadada;}
.Header-search-close{width: 54px;height: 90px;background: url('../images/close.png') no-repeat center center;cursor: pointer;display: inline-block;vertical-align: middle;user-select: none;}

.H-lang {position: relative;float: right;font-size: 0;}
.H-lang-span{display: inline-block;height: 16px;width: 1px;vertical-align: middle;background: #1a1a1a;transform: rotate(26deg);margin: 0 3px;}
.H-lang .Hlang-menu {display: inline-block;vertical-align: middle;width: 20px;height: 100%;transition: none;-webkit-transition: none;font-size: 15px;font-weight: 700;text-align: center;color: #1a1a1a;line-height: 90px;}
.H-lang .Hlang-menu i{width: 20px;height: 20px;background-repeat: no-repeat;background-image: url('../images/lang.png');display: none;vertical-align: middle;margin-right: 4px;}
.H-lang .Hlang-menu span{transition: all .4s ease;}
.H-lang .Hlang-menu:hover{color: #1e9a9a;}
.H-lang .Hlang-menu.ontrue{color: #1e9a9a;}

.Header-oa{font-weight: normal;display: block;float: right;height: 90px;margin: 0 12px 0 24px;line-height: 90px;font-size: 16px;font-weight: normal;color: #fff;transition: all .4s ease;}
.Header-oa:hover{color: #1e9a9a;}




/* 下拉 */
.Header-arr{display: none;}
.Header-sonMenu{position: absolute;left: 0%;top: 100px;width: 100%;text-align: center;background: transparent;}
.Header-sonMenu:after{content: '';width: 200vw;height: 100%;position: absolute;background: rgba(6, 25, 46, .6);left: -80vw;top: 0;z-index: 1;}
.Header-sonMenu-link{width: 100%;display: none;}
.Header-sonMenu a{font-size: 15px;display: table-cell;min-width: 104px;padding: 0 10px;color: #fff;font-weight: 700;transition: all .4s ease;line-height: 62px;position: relative;z-index: 2;}
.Header-sonMenu a:hover{color: #1e9a9a;}

/* 手机汉堡键 */
.Header-navclick{height: 60px;cursor: pointer;float: right;user-select: none;display: none;width: 20px;margin-left: 8px;}
.Header-navclick span{width: 100%;height: 2px;background: #fff;display: block;position: relative;margin-top: 29px;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #fff;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); }
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}

/* 底部 */
.Footer-wrapper{width: 100%;background: #1262b4;padding: 48px 0 40px;}
.Footer-container{width: 1400px;margin: 0 auto}
.Footer-infonav{width: 100%;}
.Footer-info{width: 420px;float: right;}
.Footer-infolink{width: 100%;font-size: 0;}
.Footer-infolink a{display: inline-block;height: 34px;line-height: 34px;width: 102px;text-align: center;margin: 0 2px;background: rgba(255, 255, 255, .03);font-size: 15px;color: rgba(255, 255, 255, .6);transition: all .4s ease;}
.Footer-infolink a:first-child{margin-left: 0;}
.Footer-infolink a:last-child{margin-right: 0;}
.Footer-infolink a:hover{background: rgba(255, 255, 255, .1);color: #fff;}
.Footer-inforel{width: 100%;margin-top: 34px;}
.Footer-inforel-wd{width: 100%;text-align: right;}
.Footer-inforel-wd p{font-size: 16px;color: rgba(255, 255, 255, .6);}
.Footer-inforel-wd p span{color: #fff;font-size: 22px;font-family: 'MONTSERRAT_BOLD';}
.Footer-inforel-ewm{width: 120px;margin-top: 36px;text-align: center;float: right;}
.Footer-inforel-ewm img{width: 120px;object-fit: cover;}
.Footer-inforel-ewm p{font-size: 15px;color: #fff;opacity: .6;margin-top: 16px;}
.Footer-navbar{width: calc(100% - 420px);float: left;position: relative;padding-right: 68px;}
.Footer-navbar ul li{float: left;}
.Footer-navbar ul li:nth-child(1){width: 15.5%;}
.Footer-navbar ul li:nth-child(2){width: 17.5%;}
.Footer-navbar ul li:nth-child(3){width: 22%;}
.Footer-navbar ul li:nth-child(4){width: 15%;}
.Footer-navbar ul li:nth-child(5){width: 15%;}
.Footer-navbar ul li:nth-child(6){width: 15%;}
.Footer-navclick{width: 100%;position: relative;}
.Footer-navclick a{font-size: 15px;color: #fff;display: block;width: 100%;height:34px;line-height: 34px;font-weight: 700;}
.Footer-navclick i{width: 34px;height: 34px;display: none;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/iconArr.png') no-repeat center center /14px auto;}
.Footer-navclick i.ontrue{transform: rotate(180deg);}
.Footer-navwords{width: 100%;overflow: hidden;margin-top: 14px;}
.Footer-navwords a{display: block;padding: 4px 0;font-size: 15px;color: #fff;transition: all .4s ease-in-out;font-weight: 300;opacity: .6;}
.Footer-navwords a:hover{opacity: 1;}
.Footer-copyright{width: 100%;margin-top: 36px;font-size: 14px;color: #fff;}
.Footer-copyright h6, .Footer-copyright p{opacity: .5;padding-top: 16px;position: relative;line-height: 1.4em;}
.Footer-copyright h6{float: left;}
.Footer-copyright p{float: right;}
.Footer-copyright p:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 1px;background: #fff;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 90px;}
.contain{width: 1400px;margin: 0 auto;}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Header-container, .Header-search-words{padding: 0 4%;}
    .Header-sonMenu{width: 1100px;margin-left: -550px;}
    .Footer-container, .contain{width: 92%;}
    .Footer-navbar{padding-right: 58px;}
    .Header-oa {margin: 0 10px 0 20px;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-sonMenu {width: 900px;margin-left: -450px;}
    .Header-Menu{width: 100px;}
    .Header-sonMenu a {min-width: 100px;}
    .Footer-navbar{padding-right: 48px;}
    .Header-oa {margin: 0 8px 0 18px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-navbar{margin-right: 16px;}
    .Header-sonMenu {width: 800px;margin-left: -400px;}
    .Header-Menu{width: 92px;}
    .Header-sonMenu a {min-width: 96px;}
    .Footer-navbar {padding-right: 28px;}
    .Header-oa {margin: 0 6px 0 16px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-navbar{margin-right: 12px;}
    .Header-search-wordsform input{width: 500px;}
    .Header-Menu {width: auto;padding: 0 10px;}
    .Header-sonMenu {width: 200px;margin-left: -100px;}
    .Header-sonMenu a{width: 100%;line-height: 44px;}
    .Header-sonMenu-link{padding: 10px 0 18px;}
    .Footer-navbar {padding-right: 0;width: 100%;margin-top: 32px;}
    .Footer-info{width: 100%;}
    .Footer-infolink{text-align: center;}
    .Footer-inforel-wd{text-align: center;}
    .Footer-inforel-ewm{width: 100%;text-align: center;margin-top: 28px;}
    .Footer-inforel {margin-top: 24px;}
    .Header-oa {margin: 0 2px 0 10px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-Menu {padding: 0 4px;}
    .Header-sonMenu a {line-height: 40px;}
    .Header-navbar{margin-right: 6px;}
    .Header-search-wordsform input{width: 400px;}
}


/* ------------------------手机端-------------------------- */
@media (max-width:768px) {
    .Header-logo a img{height: auto;max-width:70%;}

}

@media (min-width:769px) and (max-width:1000px) {
    .Header-logo a img{height: auto;max-width:100%;}

}

@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Container-wrapper{margin-top: 60px;}
    
    .Header-wrapper:after{display: block;}
    .Header-oa {height: 60px;line-height: 60px;}
    .Header-container{height: 60px;background-size: 25% 100% !important;}
    .Header-logo{height: 60px;width: 70%;}
    .Header-logo a {height: 60px;line-height: 60px;}

    .H-lang .Hlang-menu{line-height: 60px;}
    .Header-search-click{height: 60px;line-height: 60px;background: url("../images/search.png") no-repeat center;}
    .Header-navclick{display: block;}
    .Header-navbarbox{display: none;width: 100%;background:url(../images/banner.jpg) no-repeat center top;position: absolute;top: 60px;left: 0;}
    .Header-navbar{float: left;width: 100%;margin-right: 0;height: auto;overflow-y: auto !important;padding: 10px 0 20px;text-align: left;}
    .Header-navbar ul li{display: block;width: 100%;position: relative;}
    .Header-Menu{width: 100%;height: 40px;line-height: 40px;padding: 0 4%;text-align: left;}
    .Header-search-message{height: 41px;top: 60px;}
    .Header-search-click{width: 36px;}
    .Header-search-close{display: none;}
    .Header-search-wordsform{height: 40px;line-height: 40px;float: initial;}
    .Header-search-submit{height: 100%;position: absolute;right: 0;top: 0;z-index: 2;width: 40px;background: #1e9a9a url("../images/searchW.png") no-repeat center;}
    .Header-search-wordsform input{width: 100%;margin-right: 0;height: 40px;padding-right: 46px;box-sizing: border-box;border-bottom: none;}
    .Header-wrapper{box-shadow: none;height: 60px;}
    .Header-navbar ul li:hover .Header-Menu{color: #1e9a9a;}
    .Header-navbar ul li.ontrue .Header-Menu{color: #1e9a9a;}
    .Header-Menu:after{display: none;}
    .Header-arr{position: absolute;display: block;width: 40px;height: 40px;top: 0;right: 0;z-index: 9;background: url("../images/iconArrH.png") no-repeat center center /14px auto;}
    .Header-arr.ontrue{transform: rotate(180deg);}
    .Header-sonMenu {position: relative;left: 0;top: 0;width: 100%;margin-left: 0;text-align: left;background: rgba(6, 25, 46, .6);}
    .Header-sonMenu a{width: 50%;padding: 0 4%;line-height: 36px;}
    .Header-sonMenu-link{padding: 10px 0 12px;}
    .Header-sonMenu:after{width: 100%;left: 0;}

    .Footer-wrapper {padding: 40px 0 36px;}
    .Footer-info{width: 100%;}
    .Footer-infolink a{width: 49%;margin: 0 0 2% 0;display: block;}
    .Footer-infolink a:nth-child(2n+1){float: left;}
    .Footer-infolink a:nth-child(2n){float: right;}
    .Footer-navbar {width: 100%;padding: 0;margin-top: 20px;margin-left: 0;}
    .Footer-navbar ul li{width: 100% !important;}
    .Footer-navwords{margin-top: 0;display: none;}
    .Footer-navclick i{display: block;}
    .Footer-inforel-wd p span{font-size: 20px;}
    .Footer-inforel {margin-top: 16px;}
    .Footer-inforel-ewm {margin-top: 24px;}
    .Footer-copyright {margin-top: 28px;}
    .Footer-copyright h6, .Footer-copyright p{width: 100%;}
    .Footer-copyright h6{padding-top: 0;}
    .Footer-copyright p{margin-top: 12px;padding-top: 12px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}






/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#1e9a9a;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

